projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24950ec
)
Fixed gtkbin.c:parent_extended_layout_iface to be static.
author
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 11 Apr 2010 02:38:47 +0000
(22:38 -0400)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 11 Apr 2010 02:38:47 +0000
(22:38 -0400)
gtk/gtkbin.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbin.c
b/gtk/gtkbin.c
index fad513d6b61ff747f327e1478d5d9f0db17f0fed..d2a052caad12cd6e0a6733ad5817d1aab71ffa06 100644
(file)
--- a/
gtk/gtkbin.c
+++ b/
gtk/gtkbin.c
@@
-52,7
+52,7
@@
static void gtk_bin_get_height_for_width (GtkExtendedLayout *layout,
gint *natural_height);
-GtkExtendedLayoutIface *parent_extended_layout_iface;
+
static
GtkExtendedLayoutIface *parent_extended_layout_iface;
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GtkBin, gtk_bin, GTK_TYPE_CONTAINER,
G_IMPLEMENT_INTERFACE (GTK_TYPE_EXTENDED_LAYOUT,